From: kfraser@localhost.localdomain Date: Wed, 3 Jan 2007 10:54:49 +0000 (+0000) Subject: Remove stray tabs. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~103 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=705e2697a0f60e061c965575ca1607c0fd136156;p=xen.git Remove stray tabs. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index 16c03273d6..2a8bdaa5f5 100644 --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c @@ -2766,9 +2766,9 @@ asmlinkage void svm_vmexit_handler(struct cpu_user_regs *regs) break; case VMEXIT_VINTR: - vmcb->vintr.fields.irq = 0; - vmcb->general1_intercepts &= ~GENERAL1_INTERCEPT_VINTR; - break; + vmcb->vintr.fields.irq = 0; + vmcb->general1_intercepts &= ~GENERAL1_INTERCEPT_VINTR; + break; case VMEXIT_INVD: svm_vmexit_do_invd(vmcb); @@ -2841,7 +2841,7 @@ asmlinkage void svm_vmexit_handler(struct cpu_user_regs *regs) case VMEXIT_CR8_WRITE: svm_cr_access(v, 8, TYPE_MOV_TO_CR, regs); break; - + case VMEXIT_DR0_WRITE ... VMEXIT_DR7_WRITE: svm_dr_access(v, regs); break;